Welcome![Sign In][Sign Up]
Location:
Search - airport data structure

Search list

[OtherC语言模拟飞机场

Description: 用了三个队列的数据结构,用随机数来模拟飞机请求,填写一个队列,另外一个队列就是飞机场停着的飞机,最后一个是空中的飞机队列-spent three queue data structure used to simulate random aircraft requested to fill in a queue, another is a queue of aircraft parked at the airport, the last one is the air aircraft Queue
Platform: | Size: 15421 | Author: 赖晖 | Hits:

[Other resourceairPortSimulation

Description: 金元平版数据结构 实验答案 有关飞机场内容的实验-money lithography experimental data structure answers the contents of the airport
Platform: | Size: 5027 | Author: 王浩 | Hits:

[SourceCodeairport simulation abcccc

Description: 数据结构经典例题,机场模拟,单跑道,根据输入期望值随机生成起飞,降落飞机,注释详细,Classic example of data structure, airport simulation, single-track, in accordance with expectations for randomly generated input to take off and landing aircraft, detailed notes
Platform: | Size: 1073638 | Author: xiaomingchanshi@163.com | Hits:

[OtherC语言模拟飞机场

Description: 用了三个队列的数据结构,用随机数来模拟飞机请求,填写一个队列,另外一个队列就是飞机场停着的飞机,最后一个是空中的飞机队列-spent three queue data structure used to simulate random aircraft requested to fill in a queue, another is a queue of aircraft parked at the airport, the last one is the air aircraft Queue
Platform: | Size: 15360 | Author: 赖晖 | Hits:

[Data structsairPortSimulation

Description: 金元平版数据结构 实验答案 有关飞机场内容的实验-money lithography experimental data structure answers the contents of the airport
Platform: | Size: 5120 | Author: 王浩 | Hits:

[Data structsairport

Description: 飞机场模拟系统,,使用了栈和队列的知识,,是学习数据结构时做的,,大家不妨学习一下-Airport simulation system, the use of the stack and queue knowledge, is a data structure of learning to do, and, we may as well learn about
Platform: | Size: 124928 | Author: clseer | Hits:

[Data structsAirPort

Description: 从课本上弄下来的例子,稍微改动了下,是数据结构课的一次实验。-Get down from the textbook examples, slightly changed, the data structure is an experimental class.
Platform: | Size: 5120 | Author: linyingxia | Hits:

[OtherairportBETA1.0

Description: 数据结构经典例题,机场模拟,单跑道,根据输入期望值随机生成起飞,降落飞机,注释详细-Classic example of data structure, airport simulation, single-track, in accordance with expectations for randomly generated input to take off and landing aircraft, detailed notes
Platform: | Size: 2048 | Author: alick | Hits:

[Data structsAirPort

Description: 学习数据结构时的课堂实验。利用数据结构中的队列、随机数等模拟一飞机场的飞机起降或等待起降-Data structure learning classroom experiments. Use the queue data structure, such as simulation of a random number of aircraft movements the airport or waiting for take-offs and landings
Platform: | Size: 1122304 | Author: 树海 | Hits:

[Data structsbookticket

Description: 此程序是一个机场的订票系统,功能较完整,有订票,退票,预约等功能,较适合作为数据结构科目的课程设计。-This program is an airport booking system, function more complete, with booking, refund, booking and other functions, more suitable as a data structure, curriculum design subjects.
Platform: | Size: 14336 | Author: 黄山 | Hits:

[Data structspassenger

Description: 数据结构大作业 用双向链表 和五种数据结构实现 飞机场旅客信息查询检索订票等-Great job with the two-way data structure linked list, and five kinds of data structures to achieve an airport passenger information query and search booking, etc.
Platform: | Size: 17408 | Author: chn | Hits:

[Data structsAirportSimulation

Description: 数据结构算法,三跑道飞机场模拟。 主要是队列的算法 内容包括: 实验报告 源码工程文件-Data structure algorithms, three runway airport simulation. The algorithm is mainly queue includes: experimental report source project file
Platform: | Size: 26624 | Author: 张泽西 | Hits:

[Data structsAIRPORT

Description: 模拟机场跑道上飞机起飞,VC实现,适合研究数据结构算法 -Simulated airport runway on the plane to take off, VC achieved, appropriate to study the data structure algorithms
Platform: | Size: 4096 | Author: 李东国 | Hits:

[Data structsAIRPORT

Description: 通过此系统可以实现如下功能: 录入: 可以录入航班情况(数据可以存储在一个数据文件中,数据结构、具体数据自定) ; 查询: 可以查询某个航线的情况(如,输入航班号,查询起降时间,起飞抵达城市,航班票价,票价折扣,确定航班是否满仓); 可以输入起飞抵达城市,查询飞机航班情况; 订票:(订票情况可以存在一个数据文件中,结构自己设定) 可以订票,如果该航班已经无票,可以提供相关可选择航班; 退票: 可退票,退票后修改相关数据文件; 客户资料有姓名,证件号,订票数量及航班情况,订单要有编号。 修改航班信息: 当航班信息改变可以修改航班数据文件 要求: 根据以上功能说明,设计航班信息,订票信息的存储结构,设计程序完成功能; -This system can be achieved through the following functions: Entry: You can input flight conditions (data can be stored in a data file, data structure, specific data from the set) Query: You can query a route (such as, enter the flight number, check arrival and departure times, arrival departure city, flight fares, fare discounts, to determine whether the full flight position) can enter to take off on arrival, check flight conditions Reservations: (booking conditions can exist in a data file, the structure set itself) can book your tickets, if the flight has been without a ticket, can provide alternative flights Refund: refundable, refundable after the revision of relevant data files customer information with name, ID number, booking number and flight conditions, the order must be number. Modify the flight information: when to change the flight information flight data files can be modified Requirements: Based on the above features show that the design flight informatio
Platform: | Size: 3072 | Author: josophia | Hits:

[Data structsairport

Description: 利用数据结构的队列,模拟一个飞机场的运行,有一条跑道多条跑道等模式,是数据结构预算法的经典问题,这个是我们的项目,压缩包包含了源代码,项目报告,MFC界面。-Queue data structure used to simulate the operation of an airport, there is a multi-runway runway models, the data structure is a classic problem of the Budget Act, this is our project, compressed package that contains the source code, project report, MFC interface.
Platform: | Size: 10414080 | Author: 蔡程序 | Hits:

[transportation applicationsairport

Description: 飞机场售票系统,上学时,自己编的数据结构程序-Airport ticketing system, its data structure the program code
Platform: | Size: 562176 | Author: syx | Hits:

[OtherAirport-booking-system

Description: 1、录入:可以录入航班情况(数据可以存储在一个数据文件中,数据结构、具体数据自定) 2、查询:可以查询某个航线的情况(如,输入航班号,查询起降时间,起飞抵达城市,航班票价,票价折扣,确定航班是否满仓); 可以输入起飞抵达城市,查询飞机航班情况; 3、订票:(订票情况可以存在一个数据文件中,结构自己设定) 可以订票,如果该航班已经无票,可以提供相关可选择航班; 4、退票:可退票,退票后修改相关数据文件; 客户资料有姓名,证件号,订票数量及航班情况,订单要有编号。 5、修改航班信息:当航班信息改变可以修改航班数据文件。 -1 entry: Entry flight (data can be stored in a data file, data structure, specific data from the set), query: You can query a route (such as input the flight number, check off and landing time, take-off arrival cities, flight fares, fare discounts, to determine the flight is full position) can enter the take-off to the city to check flights booking: (Booking can exist in a data file, structure, setting) booking, if the flight has been without a ticket, can provide selectable flight refund: a refund, refund to amend the relevant data files customer information name, identification number, ticket number and flight status, orders should be numbered . 5, modify the flight information: flight information changes can modify the flight data files.
Platform: | Size: 305152 | Author: 自动化 | Hits:

[Data structsairportfinalversion

Description: C++数据结构 使用栈的先进后出来实现一个飞机场飞机的调度-C++ stack data structure used to achieve an advanced out of the airport after the aircraft scheduling
Platform: | Size: 3920896 | Author: LEO | Hits:

[Data structsairplane

Description: 数据结构课程的小实验,模拟一个飞机场的起飞降落调度,-Data structure course small experiment to simulate an airport takeoff and landing scheduling,
Platform: | Size: 229376 | Author: feiz | Hits:

[Windows Developqueue

Description: 用c语言编程实现数据结构中队列,模拟机场办理登记手续。-With C language programming to queue data structure, simulation of airport check-in.
Platform: | Size: 2048 | Author: compiler | Hits:
« 12 »

CodeBus www.codebus.net